-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GROUND_DISCONNECTOR to existing kinds of Switch #2757
Conversation
Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
I don't understand why we add a new type of switch. Ground disconnectors are just disconnectors and grounding is related to the way it is connected. Nothing related to a new switch type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding a new type is a weak way to model ground disconnectors. What about if you create a switch with ground disconnector between 2 busbar sections ? Nothing prevent to do it but it does not make any sense. A correct way to model this is to add a new equipment "Ground" that will be connected to the topology and a ground disconnector will just be a disconnector that connect a Ground to the topology.
Signed-off-by: Sophie Frasnedo <93923177+So-Fras@users.noreply.github.com>
Kudos, SonarCloud Quality Gate passed! |
Rework in #2837 |
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
#1131
But, in fact, ground disconnectors are not ignored but classified as disconnectors.
What kind of change does this PR introduce?
Bug fix
What is the current behavior?
No distinction is made between ground disconnectors and disconnectors in IIDM.
What is the new behavior (if this is a feature change)?
Ground disconnectors and disconnectors are distinct.
Moreover, no internal connection should be added to the node of the ground disconnector that is connected "to the ground".
Does this PR introduce a breaking change or deprecate an API?